.kenesis-body .rv-head>div.inner-ctn,
.kenesis-body .rv-shead>div.inner-ctn {
    padding: 0px 0px !important;
}

.kenesis-body div.rv-content>div {
    padding: 20px 0px !important;
}

.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    text-align: center;
}

.kenesis-body .top-section {
    position: relative;
    height: 75%;
}

.kenesis-body .top-section>.rv-image,
.kenesis-body .top-mid-section>.rv-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .top-section>.rv-image>.inner-ctn,
.kenesis-body .top-mid-section>.rv-image>.inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .rv-image>.inner-ctn {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.kenesis-body .top-section>.inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    text-align: center;
}

.kenesis-body .rv-content,
.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
}

.kenesis-body .rv-content {
    text-align: initial;
}

.kenesis-body .side-nav-ctn {
    position: fixed;
    right: 42px;
	transform: translateY(-50%);
    top: 50%;
    z-index: 9;
}

.kenesis-body .side-nav-pip {
    margin-top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #eee;
    position: relative;
    cursor: pointer;
}

.kenesis-body .side-nav-pip:first-child {
	margin-top: 0px;
}

.kenesis-body .side-nav-pip:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    transition: 0.5s ease;
}

.kenesis-body .side-nav-pip:hover:before {
    width: 20px;
    height: 20px;
}

.kenesis-body .bot-nav {
    height: 100px;
    width: 100%;
    position: relative;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #333);
	z-index:9;
}

.kenesis-body .go-to-top-btn {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #ccc;
    font-size: 70px;
    cursor: pointer;
}

.kenesis-body .go-to-top-btn:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 40px;
    border-color: transparent transparent #fff transparent;
}

.kenesis-body .go-to-top-btn:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 40px;
    border-color: transparent transparent transparent #fff;
}

html .kenesis-body .rv-module {
    padding: 20px 0;
}

section[data-n="2"]>.inner-ctn,
section[data-n="4"]>.inner-ctn,
section[data-n="6"]>.inner-ctn,
section[data-n="8"]>.inner-ctn {
    text-align: center;
    padding: 20px 0px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 1100px){
	section[data-n="2"]>.inner-ctn, 
	section[data-n="4"]>.inner-ctn, 
	section[data-n="6"]>.inner-ctn, 
	section[data-n="8"]>.inner-ctn {
		padding: 20px !important;
	}
	
	.kenesis-body .rv-head>div.inner-ctn, 
	.kenesis-body .rv-shead>div.inner-ctn {
		padding: 0px 0px !important;
	}
}